home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / opennap / TODO < prev    next >
Text File  |  2001-06-08  |  842b  |  22 lines

  1. * add a timeout to check for blocked server connect() call
  2.  
  3. * lots of things still need to be documented
  4.  
  5. * desync between servers can happen if a +REGISTERED channel is created on a
  6.   split server which contains no users on the other side of the split.
  7.   currently the channel has to exist for the mode to be changed, so the
  8.   +REGISTERED sent upon link will get dropped.  this is easy to fix as all
  9.   you have to do is reset the REGISTERED bit on the server after it is
  10.   relinked, but is there a better way to handle this case?
  11.  
  12. * fix memory leak with routing-only server
  13.  
  14. * throttle searches to lagging servers
  15.  
  16. * revise fast_snprintf()
  17.  
  18. * add MSG_SERVER_SYNC_END so that server's know when they are completely
  19.   synced with each other, and can begin sending remote search requests
  20.  
  21. * still having cpu use problems with -DHAVE_POLL=1 !!!
  22.